0, In this lab, you will build an ActiveX control that simulates returning stock price information as well as a client application to test the control.
10, Here we see the client application, using the ActiveX control.
13, I'll go ahead and enter a stock ticker and notice now that the stock price updates automatically every second.
21, You'll also add a property to activate or de-activate the control so that it no longer updates or resumes updating.
29, And you'll also add a Refresh method to refresh the control manually.
34, You'll also create a custom property page for the control.
39, And, optionally, you'll create a control that supports data binding.